(file) Return to preview.tmpl CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / twiki / templates

 1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
 2             %TMPL:DEF{"script"}%
 3             <script type="text/javascript">
 4             <!--HIDE
 5             function launchWindow( theWeb, theTopic ) {
 6               win = open("%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/" + theWeb + "/" + theTopic + "?skin=plain", theTopic, "titlebar=0,width=500,height=480,resizable,scrollbars");
 7               if( win ) {
 8                 win.focus();
 9               }
10               return false;
11             }
12             //STOP HIDING-->
13             </script>%TMPL:END%
14             %TMPL:DEF{"footernote"}%
15             <div class="TWikiFooterNote">
16                &nbsp; &nbsp;
17               </td><td valign="top">
18                &nbsp; &nbsp;
19                <input type="checkbox" name="unlock" %RELEASEEDITLOCKCHECKBOX% /> Release edit lock
20                <font size="-1">(<a target="UnlockTopic" onclick="return launchWindow('%TWIKIWEB%','UnlockTopic')" href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/UnlockTopic">help</a>)</font> <br />
21                &nbsp; &nbsp;
22 rizwank 1.1    <input type="checkbox" name="dontnotify" %DONTNOTIFYCHECKBOX% /> Minor changes, don't notify
23                <font size="-1">(<a target="DontNotify" onclick="return launchWindow('%TWIKIWEB%','DontNotify')" href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/DontNotify">help</a>)</font>
24                </div>%TMPL:END%
25             %TMPL:P{"htmldoctype"}%
26             %TMPL:P{"head"}%
27             <body bgcolor="#ffffff" background="%PREVIEWBGIMAGE%">
28             #PageTop
29             %TMPL:DEF{"titleaction"}%(preview) %TMPL:END%
30             %TMPL:DEF{"headerhelp"}% <font size="-2">
31               <ul>
32               <li> To <b>save</b> changes: Press the [Save Changes] button.</li>
33               <li> To make <b>more changes</b>: Go back in your browser.</li>
34               <li> To <b>cancel</b>: Go back twice.</li>
35               </ul>
36               </font> %TMPL:END%
37             %TMPL:DEF{"webaction"}%
38               <b><font color="#FF0000">Note:</font></b>
39               This is a preview. <b><font color="#FF0000">Do not forget</font></b> to save your changes. %TMPL:END%
40             %TMPL:P{"simpleheader"}%
41             <br />
42             %TEXT%
43 rizwank 1.1 %META{"form"}%
44             %META{"attachments"}%
45             <form name="main" action="%SCRIPTURLPATH%/save%SCRIPTSUFFIX%/%WEB%/%TOPIC%" method="post">
46             <input type="hidden" name="text" value="%HIDDENTEXT%" />
47             <input type="hidden" name="cmd" value="%CMD%" />
48             <input type="hidden" name="formtemplate" value="%FORMTEMPLATE%" />
49             <input type="hidden" name="topicparent" value="%TOPICPARENT%" />
50             %TMPL:DEF{"topicaction"}% <input type="submit" class="twikiSubmit" value=" Save Changes " /> %FORMFIELDS% %TMPL:END%
51             %TMPL:P{"standardfooter"}%
52             </form>
53             #PageBottom
54             </body>
55             </html>

Rizwan Kassim
Powered by
ViewCVS 0.9.2