Server IP : 184.154.167.98 / Your IP : 52.15.190.187 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/sesiones/apps/dav/templates/ |
Upload File : |
<?php style('dav', 'schedule-response'); //script('dav', 'schedule-response'); ?> <div class="update"> <form action="" method="post"> <fieldset id="partStat"> <h2><?php p($l->t('Are you accepting the invitation?')); ?></h2> <div id="selectPartStatForm"> <input type="radio" id="partStatAccept" name="partStat" value="ACCEPTED" checked /> <label for="partStatAccept"> <span><?php p($l->t('Accept')); ?></span> </label> <input type="radio" id="partStatTentative" name="partStat" value="TENTATIVE" /> <label for="partStatTentative"> <span><?php p($l->t('Tentative')); ?></span> </label> <input type="radio" class="declined" id="partStatDeclined" name="partStat" value="DECLINED" /> <label for="partStatDeclined"> <span><?php p($l->t('Decline')); ?></span> </label> </div> </fieldset> <fieldset id="more_options"> <input type="number" min="0" name="guests" placeholder="Guests" /> <input type="text" name="comment" placeholder="Comment" /> </fieldset> <fieldset> <input type="submit" value="<?php p($l->t('Save'));?>"> </fieldset> </form> </div>