Rev 14451 | Rev 14519 | 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> |
46 | <li>$wims_name_Domain: <span class="tt">$i_domain</span></li> |
||
47 | <li>$wims_name_Keywords: |
||
48 | <span class="tt">$keywordsgood</span> |
||
49 | !if $keywordsbad!=$empty |
||
50 | <div> |
||
51 | $name_warning_keywords_unknown |
||
52 | <div class="tt wims_msg alert">$keywordsbad</div> |
||
53 | $name_warning_keywords2 |
||
54 | </div> |
||
55 | !endif |
||
56 | </li> |
||
57 | </ul> |
||
58 | !if $dombad!=$empty |
||
59 | <div class="wims_msg alert"> |
||
60 | $name_warning_nodomain: |
||
61 | <span class="tt">$dombad</span>. |
||
62 | $name_warning_nodomain2 |
||
63 | <br class="spacer" /> |
||
64 | $name_warning_domain |
||
65 | !mailurl $sysadmin_mail $sysadmin_mail\ |
||
7550 | bpr | 66 | [WIMS] keywords domain |
13527 | obado | 67 | </div> |
68 | !else |
||
69 | $name_warning_suggestion |
||
70 | !mailurl $sysadmin_mail $sysadmin_mail\ |
||
8620 | bpr | 71 | [WIMS] keywords domain |
13527 | obado | 72 | !endif |
73 | </div> |
||
12498 | bpr | 74 | $name_warning01 |
75 | !form reply |
||
76 | <input type="hidden" name="confirm" value="yes" /> |
||
77 | <input type="hidden" name="vcheat" value="$vcheat" /> |
||
78 | <fieldset class="property_fields blockcenter"> |
||
13527 | obado | 79 | <legend>$wims_name_publish</legend> |
80 | <div class="field box"> |
||
81 | <label for="submitpublish_site">$wims_name_publish_center</label> |
||
82 | !set wims_ref_class=wims_button_help float_right |
||
83 | !href cmd=help&special_parm=publication $wims_name_help |
||
84 | !formselect submitpublish_site list $mu_publish_site prompt $publishcentersname |
||
85 | </div> |
||
86 | <div class="field box"> |
||
87 | <label for="submitauth">$name_publishaccount</label> |
||
88 | <input type="text" size="20" name="submitauth" id="submitauth" value="$submitauth" /> |
||
89 | </div> |
||
90 | <div class="field box"> |
||
7500 | bpr | 91 | <label for="submitpass">$wims_name_Password</label> |
92 | <input type="password" size="20" name="submitpass" id="submitpass" value="$submitpass" /> |
||
93 | </div> |
||
94 | <div class="field box"> |
||
95 | <label for="submittype">$name_publishtype</label> |
||
13527 | obado | 96 | !set submittype=stable |
97 | !formselect submittype list devel,stable,new prompt $name_prompt |
||
98 | </div> |
||
99 | <div class="field box"> |
||
14515 | bpr | 100 | <label for="comment">$wims_name_comment</label> |
101 | !set wims_ref_class=wims_button_help float_right |
||
102 | !href cmd=help&special_parm=comment $wims_name_help |
||
103 | <textarea name="comment" id="comment" |
||
104 | placeholder="$name_publish_placeholder" required="required">$comment</textarea> |
||
105 | </div> |
||
106 | <div class="field box"> |
||
13527 | obado | 107 | <label for="istranslate">$name_translation</label> |
108 | !set istranslate=no |
||
109 | !formselect istranslate list yes,no prompt $wims_name_yes,$wims_name_no |
||
110 | </div> |
||
111 | <div class="field box"> |
||
112 | <label for="modifiers">$name_authorized</label> |
||
113 | !set wims_ref_class=wims_button_help float_right |
||
114 | !href cmd=help&special_parm=modifiers $wims_name_help |
||
115 | <input size="40" name="modifiers" id="modifiers" value="$modifiers" /> |
||
116 | </div> |
||
117 | <div class="wimscenter wimsform"> |
||
118 | <input type="submit" value="$wims_name_publish" /> |
||
119 | </div> |
||
120 | </fieldset> |
||
12498 | bpr | 121 | $name_warning1 |
13527 | obado | 122 | !formend |
12498 | bpr | 123 | !else |
124 | $name_warning2 |
||
13527 | obado | 125 | <div class="wimscenter"> |
14451 | bpr | 126 | !set wims_ref_class=wims_button wims_button |
13527 | obado | 127 | !href cmd=reply&confirm=yes&vcheat=$vcheat $wims_name_yes |
128 | $ |
||
129 | !set wims_ref_class=wims_button wims_secondary_button |
||
130 | !href cmd=reply&jobreq=flist $wims_name_giveup |
||
131 | </div> |
||
12498 | bpr | 132 | $name_warning3 |
133 | !endif |
||
23 | reyssat | 134 | !endif |
14515 | bpr | 135 |