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