Rev 14515 | Rev 14522 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $rep!=$empty |
||
12498 | bpr | 3 | !if $status=ERROR |
4 | <div class="wims_msg alert"> |
||
13527 | obado | 5 | !read lang/msgcl.phtml.$modu_lang $rep2 |
12498 | bpr | 6 | </div> |
13527 | obado | 7 | !if $w1 iswordof badname |
8 | error code: <code>$w3</code> |
||
9 | !endif |
||
12498 | bpr | 10 | <hr style="width:50%" /> |
23 | reyssat | 11 | !else |
12498 | bpr | 12 | <pre>$rep</pre> |
13 | !if $m1=local |
||
14 | <p>$name_local</p> |
||
15 | $name_error: |
||
16 | !mailurl $wims_site_manager $wims_name_manager |
||
17 | !else |
||
18 | <p>$name_emailsend</p> |
||
19 | !endif |
||
23 | reyssat | 20 | !endif |
12498 | bpr | 21 | !exit |
23 | reyssat | 22 | !endif |
23 | |||
24 | !if $askcheat=yes |
||
12498 | bpr | 25 | $name_cheat1 |
26 | <div class="wimscenter"> |
||
13527 | obado | 27 | !href cmd=help&special_parm=wimsversion $wims_name_Explanations |
23 | reyssat | 28 | . |
13527 | obado | 29 | !href cmd=reply&vcheat=no $name_goahead |
23 | reyssat | 30 | . |
12498 | bpr | 31 | </div> |
13527 | obado | 32 | $name_cheat2: |
12498 | bpr | 33 | !href cmd=reply&vcheat=yes $name_goahead |
3009 | bpr | 34 | . |
12498 | bpr | 35 | !exit |
23 | reyssat | 36 | !endif |
37 | |||
38 | !if $pubprep=yes |
||
12498 | bpr | 39 | !if $local!=yes |
40 | !href cmd=help&special_parm=publish $name_readhelp |
||
41 | $name_warning0 |
||
42 | !set sysadmin_mail=!getdef sysadmin in wimshome/public_html/bases/sys/publishcenter/$(mu_publish_site[1]) |
||
43 | <div class="spacer"> |
||
44 | $name_warning_keywords |
||
13527 | obado | 45 | <ul> |
14519 | bpr | 46 | <li>$wims_name_level:<span class="tt">$i_level</span></li> |
13527 | obado | 47 | <li>$wims_name_Domain: <span class="tt">$i_domain</span></li> |
48 | <li>$wims_name_Keywords: |
||
49 | <span class="tt">$keywordsgood</span> |
||
50 | !if $keywordsbad!=$empty |
||
51 | <div> |
||
52 | $name_warning_keywords_unknown |
||
53 | <div class="tt wims_msg alert">$keywordsbad</div> |
||
54 | $name_warning_keywords2 |
||
55 | </div> |
||
56 | !endif |
||
57 | </li> |
||
58 | </ul> |
||
59 | !if $dombad!=$empty |
||
60 | <div class="wims_msg alert"> |
||
61 | $name_warning_nodomain: |
||
62 | <span class="tt">$dombad</span>. |
||
63 | $name_warning_nodomain2 |
||
64 | <br class="spacer" /> |
||
65 | $name_warning_domain |
||
66 | !mailurl $sysadmin_mail $sysadmin_mail\ |
||
7550 | bpr | 67 | [WIMS] keywords domain |
13527 | obado | 68 | </div> |
69 | !else |
||
70 | $name_warning_suggestion |
||
71 | !mailurl $sysadmin_mail $sysadmin_mail\ |
||
8620 | bpr | 72 | [WIMS] keywords domain |
13527 | obado | 73 | !endif |
74 | </div> |
||
12498 | bpr | 75 | $name_warning01 |
76 | !form reply |
||
77 | <input type="hidden" name="confirm" value="yes" /> |
||
78 | <input type="hidden" name="vcheat" value="$vcheat" /> |
||
79 | <fieldset class="property_fields blockcenter"> |
||
13527 | obado | 80 | <legend>$wims_name_publish</legend> |
81 | <div class="field box"> |
||
82 | <label for="submitpublish_site">$wims_name_publish_center</label> |
||
83 | !set wims_ref_class=wims_button_help float_right |
||
84 | !href cmd=help&special_parm=publication $wims_name_help |
||
85 | !formselect submitpublish_site list $mu_publish_site prompt $publishcentersname |
||
86 | </div> |
||
87 | <div class="field box"> |
||
88 | <label for="submitauth">$name_publishaccount</label> |
||
89 | <input type="text" size="20" name="submitauth" id="submitauth" value="$submitauth" /> |
||
90 | </div> |
||
91 | <div class="field box"> |
||
7500 | bpr | 92 | <label for="submitpass">$wims_name_Password</label> |
93 | <input type="password" size="20" name="submitpass" id="submitpass" value="$submitpass" /> |
||
94 | </div> |
||
95 | <div class="field box"> |
||
96 | <label for="submittype">$name_publishtype</label> |
||
13527 | obado | 97 | !set submittype=stable |
98 | !formselect submittype list devel,stable,new prompt $name_prompt |
||
99 | </div> |
||
100 | <div class="field box"> |
||
14515 | bpr | 101 | <label for="comment">$wims_name_comment</label> |
102 | !set wims_ref_class=wims_button_help float_right |
||
103 | !href cmd=help&special_parm=comment $wims_name_help |
||
104 | <textarea name="comment" id="comment" |
||
105 | placeholder="$name_publish_placeholder" required="required">$comment</textarea> |
||
106 | </div> |
||
107 | <div class="field box"> |
||
13527 | obado | 108 | <label for="istranslate">$name_translation</label> |
109 | !set istranslate=no |
||
110 | !formselect istranslate list yes,no prompt $wims_name_yes,$wims_name_no |
||
111 | </div> |
||
112 | <div class="field box"> |
||
113 | <label for="modifiers">$name_authorized</label> |
||
114 | !set wims_ref_class=wims_button_help float_right |
||
115 | !href cmd=help&special_parm=modifiers $wims_name_help |
||
116 | <input size="40" name="modifiers" id="modifiers" value="$modifiers" /> |
||
117 | </div> |
||
118 | <div class="wimscenter wimsform"> |
||
119 | <input type="submit" value="$wims_name_publish" /> |
||
120 | </div> |
||
121 | </fieldset> |
||
12498 | bpr | 122 | $name_warning1 |
13527 | obado | 123 | !formend |
12498 | bpr | 124 | !else |
125 | $name_warning2 |
||
13527 | obado | 126 | <div class="wimscenter"> |
14451 | bpr | 127 | !set wims_ref_class=wims_button wims_button |
13527 | obado | 128 | !href cmd=reply&confirm=yes&vcheat=$vcheat $wims_name_yes |
129 | $ |
||
130 | !set wims_ref_class=wims_button wims_secondary_button |
||
131 | !href cmd=reply&jobreq=flist $wims_name_giveup |
||
132 | </div> |
||
12498 | bpr | 133 | $name_warning3 |
134 | !endif |
||
23 | reyssat | 135 | !endif |
14515 | bpr | 136 |