root/ip/tags/release_1_3_0_53/templates/default/digests.tpl
| 111 | 163 | ||
|---|---|---|---|
1 | <script type="text/javascript"> | 1 | <script type="text/javascript"> |
2 | <!-- Hide Javascript from validators | 2 | // <![CDATA[ |
3 | |||
3 | function toggleAllForums () | 4 | function toggleAllForums () |
4 | { | 5 | { |
5 | // If any particular forum is selected, this will unselect the all forums checkbox | 6 | // If any particular forum is selected, this will unselect the all forums checkbox |
... | ... | ||
72 | 73 | ||
73 | return process_form; | 74 | return process_form; |
74 | } | 75 | } |
75 | // End hiding Javascript --> | 76 | |
77 | // ]]> | ||
76 | </script> | 78 | </script> |
77 | 79 | ||
78 | <form name="subscribe" action="{S_POST_ACTION}" method="post" onsubmit="return unsubscribeCheck();"> | 80 | <form name="subscribe" action="{S_POST_ACTION}" method="post" onsubmit="return unsubscribeCheck();"> |
... | ... | ||
83 | <tr> | 85 | <tr> |
84 | <td class="row1" style="padding:5px;"><span class="gen">{L_DIGEST_TYPE}</span></td> | 86 | <td class="row1" style="padding:5px;"><span class="gen">{L_DIGEST_TYPE}</span></td> |
85 | <td class="row2" style="padding:5px;"> | 87 | <td class="row2" style="padding:5px;"> |
86 | <input type="radio" name="digest_type" id="none" value="NONE" /><span
class="gen">{L_NONE}</span><br /> | 88 | <input type="radio" name="digest_type" id="none" value="NONE" /> <span class="gen">{L_NONE}</span><br /> |
87 | <input type="radio" name="digest_type" {DAY_CHECKED} value="DAY" /><span
class="gen">{L_DAILY}</span><br /> | 89 | <input type="radio" name="digest_type" {DAY_CHECKED} value="DAY" /> <span class="gen">{L_DAILY}</span><br /> |
88 | <input type="radio" name="digest_type" {WEEK_CHECKED} value="WEEK" /><span
class="gen">{L_WEEKLY}</span><br /> | 90 | <input type="radio" name="digest_type" {WEEK_CHECKED} value="WEEK" /> <span class="gen">{L_WEEKLY}</span><br /> |
89 | </td> | 91 | </td> |
90 | </tr> | 92 | </tr> |
91 | <tr> | 93 | <tr> |
92 | <td class="row1" style="padding:5px;"><span class="gen">{L_FORMAT}</span></td> | 94 | <td class="row1" style="padding:5px;"><span class="gen">{L_FORMAT}</span></td> |
93 | <td class="row2" style="padding:5px;"> | 95 | <td class="row2" style="padding:5px;"> |
94 | <input type="radio" name="format" {HTML_CHECKED} value="HTML" /> <span class="gen">{L_HTML}</span><br /> | 96 | <input type="radio" name="format" {HTML_CHECKED} value="HTML" /> <span class="gen">{L_HTML}</span><br /> |
95 | <input type="radio" name="format" {TEXT_CHECKED} value="TEXT" /> <span class="gen">{L_TEXT}</span> | 97 | <input type="radio" name="format" {TEXT_CHECKED} value="TEXT" /> <span class="gen">{L_TEXT}</span> |
96 | </td> | 98 | </td> |
97 | </tr> | 99 | </tr> |
98 | <tr> | 100 | <tr> |
99 | <td class="row1" style="padding:5px;"><span class="gen">{L_SHOW_TEXT}</span></td> | 101 | <td class="row1" style="padding:5px;"><span class="gen">{L_SHOW_TEXT}</span></td> |
100 | <td class="row2" style="padding:5px;"> | 102 | <td class="row2" style="padding:5px;"> |
101 | <input type="radio" name="show_text" {SHOW_TEXT_YES_CHECKED} value="YES" /> <span class="gen">{L_YES}</span> | 103 | <input type="radio" name="show_text" {SHOW_TEXT_YES_CHECKED} value="YES" /> <span class="gen">{L_YES}</span> |
102 | <input type="radio" name="show_text" {SHOW_TEXT_NO_CHECKED} value="NO" /> <span class="gen">{L_NO}</span> | 104 | <input type="radio" name="show_text" {SHOW_TEXT_NO_CHECKED} value="NO" /> <span class="gen">{L_NO}</span> |
103 | </td> | 105 | </td> |
104 | </tr> | 106 | </tr> |
105 | <tr> | 107 | <tr> |
106 | <td class="row1" style="padding:5px;"><span class="gen">{L_SHOW_MINE}</span></td> | 108 | <td class="row1" style="padding:5px;"><span class="gen">{L_SHOW_MINE}</span></td> |
107 | <td class="row2" style="padding:5px;"> | 109 | <td class="row2" style="padding:5px;"> |
108 | <input type="radio" name="show_mine" {SHOW_MINE_YES_CHECKED} value="YES" /> <span class="gen">{L_YES}</span> | 110 | <input type="radio" name="show_mine" {SHOW_MINE_YES_CHECKED} value="YES" /> <span class="gen">{L_YES}</span> |
109 | <input type="radio" name="show_mine" {SHOW_MINE_NO_CHECKED} value="NO" /> <span class="gen">{L_NO}</span> | 111 | <input type="radio" name="show_mine" {SHOW_MINE_NO_CHECKED} value="NO" /> <span class="gen">{L_NO}</span> |
110 | </td> | 112 | </td> |
111 | </tr> | 113 | </tr> |
112 | <tr> | 114 | <tr> |
113 | <td class="row1" style="padding:5px;"><span class="gen">{L_NEW_ONLY}</span></td> | 115 | <td class="row1" style="padding:5px;"><span class="gen">{L_NEW_ONLY}</span></td> |
114 | <td class="row2" style="padding:5px;"> | 116 | <td class="row2" style="padding:5px;"> |
115 | <input type="radio" name="new_only" {NEW_ONLY_YES_CHECKED} value="TRUE" /> <span class="gen">{L_YES}</span> | 117 | <input type="radio" name="new_only" {NEW_ONLY_YES_CHECKED} value="TRUE" /> <span class="gen">{L_YES}</span> |
116 | <input type="radio" name="new_only" {NEW_ONLY_NO_CHECKED} value="FALSE" /> <span class="gen">{L_NO}</span> | 118 | <input type="radio" name="new_only" {NEW_ONLY_NO_CHECKED} value="FALSE" /> <span class="gen">{L_NO}</span> |
117 | </td> | 119 | </td> |
118 | </tr> | 120 | </tr> |
119 | <tr> | 121 | <tr> |
120 | <td class="row1" style="padding:5px;"><span class="gen">{L_SEND_ON_NO_MESSAGES}</span></td> | 122 | <td class="row1" style="padding:5px;"><span class="gen">{L_SEND_ON_NO_MESSAGES}</span></td> |
121 | <td class="row2" style="padding:5px;"> | 123 | <td class="row2" style="padding:5px;"> |
122 | <input type="radio" name="send_on_no_messages" {SEND_ON_NO_MESSAGES_YES_CHECKED} value="YES" /> <span class="gen">{L_YES}</span> | 124 | <input type="radio" name="send_on_no_messages" {SEND_ON_NO_MESSAGES_YES_CHECKED} value="YES" /> <span class="gen">{L_YES}</span> |
123 | <input type="radio" name="send_on_no_messages" {SEND_ON_NO_MESSAGES_NO_CHECKED} value="NO" /> <span class="gen">{L_NO}</span> | 125 | <input type="radio" name="send_on_no_messages" {SEND_ON_NO_MESSAGES_NO_CHECKED} value="NO" /> <span class="gen">{L_NO}</span> |
124 | </td> | 126 | </td> |
125 | </tr> | 127 | </tr> |
126 | <tr> | 128 | <tr> |
... | ... | ||
179 | </td> | 181 | </td> |
180 | </tr> | 182 | </tr> |
181 | <tr> | 183 | <tr> |
182 | <td colspan="2" align="center" class="catBottom" height="28"><button type="submit" class="mainoption"><span class="gen">{L_SUBMIT}</span></button> <button type="reset" class="liteoption"><span class="gen">{L_RESET}</span></button></td> | 184 | <td class="cat" colspan="2"><input type="submit" class="mainoption" value="{L_SUBMIT}" /> <input type="reset" class="liteoption" value="{L_RESET}" /></td> |
183 | </tr> | 185 | </tr> |
184 | </table>{IMG_TFL}{IMG_TFC}{IMG_TFR} | 186 | </table>{IMG_TFL}{IMG_TFC}{IMG_TFR} |
185 | </form> | 187 | </form> |
Download diff