%PDF- %PDF-
Direktori : /data/old/usr/local/share/znc/modules/stickychan/tmpl/ |
Current File : //data/old/usr/local/share/znc/modules/stickychan/tmpl/index.tmpl |
<? I18N znc-stickychan ?> <? INC Header.tmpl ?> <form method="post" action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>"> <? INC _csrf_check.tmpl ?> <table class="data"> <thead> <tr> <th><? FORMAT "Name" ?></th> <th><? FORMAT "Sticky" ?></th> </tr> </thead> <tbody> <? LOOP ChannelLoop SORTASC=Name ?> <tr class="<? IF __EVEN__ ?>evenrow<? ELSE ?>oddrow<? ENDIF ?>"> <td><? VAR Name ?></td> <td><input type="checkbox" name="stick_<? VAR Name ?>"<? IF Sticky ?> checked="checked"<? ENDIF ?> /></td> </tr> <? ENDLOOP ?> </tbody> </table> <div class="submitline"> <input type="hidden" name="submitted" value="1" /> <input type="submit" value="<? FORMAT "Save" ?>" /> </div> </form> <? INC Footer.tmpl ?>