summaryrefslogtreecommitdiff
path: root/TWiki/TWikiRegistration.mdwn
blob: 8a18bae9fbdf035178600acc4bac0b6267187260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
To edit pages on this %WIKITOOLNAME% Collaborative Web, you must have a registered user name and password. <br />**_Note:_** You can also login anonymously as user <code>TWikiGuest</code> with password `guest`

We would much rather see you create your own account and use that in favour of the [[Main/TWikiGuest]] account (see that page for info on how to use the guest account). This due in large part to copyright issues with contributed material from unknown people. See the [[HurdWikiCopyrightDiscuss]] topic for more information. NO information from this site will be used for any purposes other than for use on this site - we will never sell a list of registered users.

To register as a new user, simply fill out this form:

<form action="%SCRIPTURL%/register%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post">
  <table border="1">
    <tr>
      <td align="right"> First &amp;amp; last name: </td>
      <td><input name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i &lt; sIn.length; i++ ) { var ch = sIn.charAt( i ); var ch2 = ''; if((ch=='à')||(ch=='á')||(ch=='â')||(ch=='ã')||(ch=='å') ) { ch = 'a'; } if( (ch=='è')||(ch=='é')||(ch=='ê') ) { ch = 'e'; } if( ch=='ç') { ch = 'c'; } if( ch=='ñ') { ch = 'n'; } if( (ch=='ò')||(ch=='ó')||(ch=='ô') ) { ch = 'o'; } if( ch=='ä') { ch = 'a'; ch2 = 'e'; } if( ch=='ö') { ch = 'o'; ch2 = 'e'; } if( (ch=='ù')||(ch=='ú')||(ch=='û') ) { ch = 'o'; } if( ch=='ü') { ch = 'u'; ch2 = 'e'; } if( ch=='Ä') { ch = 'A'; ch2 = 'e'; } if( ch=='Ö') { ch = 'O'; ch2 = 'e'; } if( ch=='Ü') { ch = 'U'; ch2 = 'e'; } if( ch=='ß') { ch = 's'; ch2 = 's'; } if( ((ch&gt;='a')&amp;&amp;(ch&lt;='z')) || ((ch&gt;='A')&amp;&amp;(ch&lt;='Z')) ) { if( chgUpper ) { ch = ch.toUpperCase(); chgUpper = false; } sOut+=ch; if( ch2!='') { sOut+=ch2; } } else { if( ch==' ' ) { chgUpper = true; } } } this.form.Twk1WikiName.value=sOut;" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Your <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a>: </td>
      <td><input name="Twk1WikiName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Email address: </td>
      <td><input name="Twk1Email" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Your password: </td>
      <td><input name="Twk1Password" size="40" type="password" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Retype password: </td>
      <td><input name="Twk1Confirm" size="40" type="password" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Company name: </td>
      <td><input name="Twk0CompanyName" size="40" type="text" value="" /></td>
    </tr>
    <tr>
      <td align="right"> Company URL: <br /> (or department URL)   </td>
      <td><input name="Twk0CompanyURL" onblur="if(this.value=='http://') { this.value='' }" onfocus="if(this.value=='') { this.value='http://' }" size="40" type="text" /></td>
    </tr>
    <tr>
      <td align="right"> Location: </td>
      <td><select name="Twk1Location" size="1"><option selected value="">Select...</option>
          <option>SanJoseOffice</option>
          <option>LondonOffice</option>
          <option>TokyoOffice</option>
          <option>VasterasOffice</option>
          <option>VirtualOffice</option>
          <option>HurdUser</option>
          <option value="(Please specify office location)">Other</option></select> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Country: </td>
      <td><select name="Twk1Country" size="1"><option selected value="">Select...</option>
          <option>USA</option>
          <option>Albania</option>
          <option>Algeria</option>
          <option>Angola</option>
          <option>Argentina</option>
          <option>Armenia</option>
          <option>Aruba</option>
          <option>Australia</option>
          <option>Austria</option>
          <option>Azerbaijan</option>
          <option>Bahrain</option>
          <option>Bangladesh</option>
          <option>Belgium</option>
          <option>Belize</option>
          <option>Benin</option>
          <option>Bolivia</option>
          <option>Bosnia and Hercegovina</option>
          <option>Brazil</option>
          <option>Bulgaria</option>
          <option>Burundi</option>
          <option>Cambodia</option>
          <option>Cameroon</option>
          <option>Canada</option>
          <option>Central African Republic</option>
          <option>Chile</option>
          <option>China</option>
          <option>Colombia</option>
          <option>Congo</option>
          <option>Costa Rica</option>
          <option>Croatia</option>
          <option>Cyprus</option>
          <option>Czech Republic</option>
          <option>Denmark</option>
          <option>Ecuador</option>
          <option>Egypt</option>
          <option>El Salvador</option>
          <option>Estonia</option>
          <option>Ethiopia</option>
          <option>Fiji</option>
          <option>Finland</option>
          <option>France</option>
          <option>Georgia</option>
          <option>Germany</option>
          <option>Gibraltar</option>
          <option>Greece</option>
          <option>Guam</option>
          <option>Guatemala</option>
          <option>Haiti</option>
          <option>Hong Kong</option>
          <option>Hungary</option>
          <option>Iceland</option>
          <option>India</option>
          <option>Indonesia</option>
          <option>Iran</option>
          <option>Iraq</option>
          <option>Ireland</option>
          <option>Israel</option>
          <option>Italy</option>
          <option>Japan</option>
          <option>Jordan</option>
          <option>Kazakstan</option>
          <option>Kenya</option>
          <option>Korea</option>
          <option>Kuwait</option>
          <option>Kyrgyz Rebublic</option>
          <option>Laos</option>
          <option>Latvia</option>
          <option>Lebanon</option>
          <option>Liberia</option>
          <option>Liechtenstein</option>
          <option>Lithuania</option>
          <option>Luxembourg</option>
          <option>Libya</option>
          <option>Macao</option>
          <option>Macedonia</option>
          <option>Malaysia</option>
          <option>Malawi</option>
          <option>Malta</option>
          <option>Mexico</option>
          <option>Monaco</option>
          <option>Morocco</option>
          <option>Mozambique</option>
          <option>Namibia</option>
          <option>Nepal</option>
          <option>Netherlands</option>
          <option>New Zealand</option>
          <option>Nicaragua</option>
          <option>Nigeria</option>
          <option>Norway</option>
          <option>Oman</option>
          <option>Pakistan</option>
          <option>Panama</option>
          <option>Paraguay</option>
          <option>Peru</option>
          <option>Philippines</option>
          <option>Poland</option>
          <option>Portugal</option>
          <option>Romania</option>
          <option>Russia</option>
          <option>Saudi Arabia</option>
          <option>Senegal</option>
          <option>Singapore</option>
          <option>Slovakia</option>
          <option>Slovenia</option>
          <option>South Africa</option>
          <option>Spain</option>
          <option>Sri Lanka</option>
          <option>Suriname</option>
          <option>Sweden</option>
          <option>Switzerland</option>
          <option>Syria</option>
          <option>Taiwan</option>
          <option>Tanzania</option>
          <option>Thailand</option>
          <option>Tajikistan</option>
          <option>Tunisia</option>
          <option>Turkey</option>
          <option>Turkmenistan</option>
          <option>Uganda</option>
          <option>Ukraine</option>
          <option>United Arab Emirates</option>
          <option>United Kingdom</option>
          <option>Uruguay</option>
          <option>USA</option>
          <option>Uzbekistan</option>
          <option>Vatican City</option>
          <option>Venezuela</option>
          <option>Vietnam</option>
          <option>Yemen</option>
          <option>Yugoslavia</option>
          <option>Zaire</option>
          <option>Zambia</option>
          <option>Zimbabwe</option>
          <option value="Other Country">Other Country</option></select> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right" valign="top"> Comments : <br /> (optional)   </td>
      <td>
        <textarea cols="38" name="Twk0Comment" rows="4" wrap="virtual">
        </textarea>
      </td>
    </tr>
    <tr>
      <td align="right" valign="top">   <input name="TopicName" type="hidden" value="%TOPIC%" /></td>
      <td><input type="submit" value=" Submit " />    (Fields marked <code><font color="red">**</font></code> are required) </td>
    </tr>
  </table>
</form>

**_Submitting the form will automatically:_**

* Create an account for you, so that you can start editing pages using your [[WikiName]].
* Create your personal %WIKITOOLNAME% topic using your [[WikiName]] as topic name, and add the data you submitted to the topic.
* Add your name to the list of users in the %MAINWEB%.%WIKIUSERSTOPIC% topic in the %WIKITOOLNAME%.%MAINWEB% web.
* Send you a confirmation of your registration by email.

Once registered you can login using your [[WikiName]] and password.

* %TWIKIWEB%.ChangePassword: If you want to change your account password.
* %TWIKIWEB%.ResetPassword: If you forget your password.

If you have any questions about registration, send an email to [%WIKIWEBMASTER%](mailto:%WIKIWEBMASTER%?subject=%TOPIC% Question).

[上海平安保险公司](http://shpa18.shop263.com) [审计](http://shenji.shop263.com) [税务](http://shuiwu.shop263.com) [展示台](http://zhanshitai.shop263.com) [风幕机](http://fengmuji.shop263.com) [团体保险](http://tuantibaoxian.shop263.com) [上海保险](http://shbaoxian.shop263.com) [保险](http://1baoxian.shop263.com) [甲缩醛](http://www.hengda-nb.com) [氯甲烷](http://www.hengda-nb.com) [团购](http://www.funasia.cn) [干燥](http://www.midea.com.cn) [工业设计](http://www.edd.com.cn) [网络电话](http://www.6667773.com) [温湿度](http://www.108888.com) [管道](http://www.208888.com) [催化剂](http://www.308888.com) [电子秤](http://www.408888.com) [电加热器](http://www.508888.com) [开关柜](http://www.708888.com) [建材机械](http://www.300888.com) [保险柜](http://www.500888.com) [电路板](http://www.700888.com) [乳胶漆](http://www.900888.com) [工程塑料](http://www.106666.com) [特许经营](http://www.206666.com) [楼宇自控](http://www.1006666.com) [喷码机](http://www.2006666.com) [液位计](http://www.306666.com) [聚丙烯酰胺](http://www.3006666.com) [电磁铁](http://www.506666.com) [超市设备](http://www.606666.com) [薄膜开关](http://www.5006666.com) [指纹考勤](http://www.6006666.com) [渔具](http://www.706666.com) [跑步机](http://www.7006666.com) [防腐设备](http://www.806666.com) [锁具](http://www.8006666.com) [弹簧](http://www.906666.com) [纸箱](http://www.9006666.com) [煤炭](http://www.0001111.com) [保龄球](http://www.00001111.com) [木地板](http://www.0003333.com) [家用电器](http://www.00005555.com) [植绒](http://www.0005555.com) [钻头](http://www.0006666.com) [冲压件](http://www.00007777.com) [建筑机械](http://www.0008888.com) [实木地板](http://www.1236666.com) [捏合机](http://www.3456666.com) [整流器](http://www.13088888888.com) [酒店用品](http://www.13288888888.com) [升降台](http://www.13588888888.com) [转换器](http://www.13688888888.com) [软件下载](http://www.13788888888.com) [喷砂机](http://www.13888888888.com) [制罐](http://www.02088888888.com) [工业炉](http://www.02288888888.com) [生产线](http://www.02188888888.com) [瓷器](http://www.02388888888.com) [搅拌机](http://www.02588888888.com) [印刷机械](http://www.02788888888.com) [综合布线](http://www.3698888.com) [避雷器](http://www.1478888.com) [减震器](http://www.888777888.com) [色织](http://www.8899888888.com) [燃烧器](http://www.8877888888.com) [机电设备](http://www.8866888888.com) [防雷器](http://www.8855888888.com) [地坪](http://www.8833888888.com) [纸品](http://www.8822888888.com) [冷弯型钢](http://www.8811888888.com) [木工机械](http://www.7799888888.com) [物流设备](http://www.7788888888.com) [铁塔](http://www.7766888888.com) [非开挖](http://www.7755888888.com) [热电偶](http://www.7733888888.com) [保险箱](http://www.7722888888.com) [吸塑机](http://www.6666888888.com) [喷漆](http://www.6655888888.com) [过滤材料](http://www.6633888888.com) [电刷](http://www.6622888888.com) [冷水机](http://www.6611888888.com) [采暖](http://www.5599888888.com) [机械加工](http://www.5588888888.com) [照相器材](http://www.5577888888.com) [电镀原料](http://www.5566888888.com) [毛毡](http://www.5555888888.com) [交通设施](http://www.5533888888.com) [消毒机](http://www.5522888888.com) [压滤机](http://www.5511888888.com) [刻字机](http://www.3399888888.com) [接口转换器](http://www.3377888888.com) [电视电话会议](http://www.3366888888.com) [贴纸相机](http://www.3311888888.com) [橡胶机械](http://www.2299888888.com) [喷泉设备](http://www.2277888888.com) [丝印](http://www.2266888888.com) [精细化工](http://www.2255888888.com) [塑胶玩具](http://www.2233888888.com) [五金模具](http://www.3355888888.com) [电子设备](http://www.3333888888.com) [企业形象设计](http://www.3322888888.com) [指纹识别](http://www.2211888888.com) [搬运车](http://www.1199888888.com) [牛仔布](http://www.1188888888.com) [电动车配件](http://www.1177888888.com) [会议系统](http://www.1166888888.com) [终端服务器](http://www.1155888888.com) [录音笔](http://www.1133888888.com) [球磨机](http://www.1122888888.com) [园林设计](http://www.999999888.com) [路由器](http://www.999777888.com) [手套箱](http://www.999666999.com) [实验室设备](http://www.999555888.com) [童装](http://www.999333888.com) [手机美容](http://www.999222888.com) [户外用品](http://www.999111888.com) [证卡](http://www.888888999.com) [机床附件](http://www.888999888.com) [彩电](http://www.888555888.com) [酒店管理](http://www.888333888.com) [电话录音](http://www.888222888.com) [油墨](http://www.888111888.com) [布线](http://www.777777888.com) [蜡烛](http://www.777999888.com) [印刷包装](http://www.777666888.com) [表面活性剂](http://www.777555888.com) [节能灯](http://www.777333888.com) [调味品](http://www.777222888.com) [齿轮](http://www.777111888.com) [高压泵](http://www.666999888.com) [红外热像仪](http://www.666666888.com) [塑料托盘](http://www.666333888.com) [吊带](http://www.666222888.com) [工业锅炉](http://www.666111888.com) [休闲服](http://www.555999888.com) [反光材料](http://www.555777888.com) [印刷设备](http://www.555555888.com) [足球推介](http://www.555333888.com) [热处理](http://www.555222888.com) [压铸](http://www.555111888.com) [商标注册](http://www.1111166666.com) [喷灌](http://www.1111199999.com) [逆变器](http://www.1111188888.com) [输送带](http://www.2222228888.com) [锻造](http://www.2221118888.com) [车库门](http://www.1119998888.com) [体育器材](http://www.1118888888.com) [太阳能热水器](http://www.1117778888.com) [绝缘材料](http://www.1116668888.com) [焊管](http://www.1115558888.com) [鼓风机](http://www.1113338888.com) [试验](http://www.1112228888.com) [插座](http://www.111166666.com) [艺术品](http://www.111155555.com) [矿山机械](http://www.111133333.com) [图像监控](http://www.111122222.com) [无缝钢管](http://www.333888888.com) [激光切割](http://www.333777888.com) [标签打印机](http://www.333555888.com) [燃气表](http://www.333333888.com) [手机配件](http://www.333111888.com) [卫星定位](http://www.3331118888.com) [印染](http://www.2229998888.com) [玻璃机械](http://www.2228888888.com) [铝型材](http://www.2226668888.com) [注塑](http://www.2225558888.com) [液压升降机](http://www.1111133333.com) [打标机](http://www.999998888.com) [工具柜](http://www.777778888.com) [焚烧炉](http://www.666668888.com) [电力设备](http://www.555558888.com) [干燥剂](http://www.333338888.com) [计量泵](http://www.222228888.com) [程控交换机](http://www.111118888.com) [甲缩醛](http://www.hengda-nb.com) [氯甲烷](http://www.hengda-nb.com) [团体保险](http://tuantibaoxian.shop263.com) [上海保险](http://shbaoxian.shop263.com) [保险](http://1baoxian.shop263.com) [上海平安保险公司](http://shpa18.shop263.com) [审计](http://shenji.shop263.com) [税务](http://shuiwu.shop263.com) [展示台](http://zhanshitai.shop263.com) [风幕机](http://fengmuji.shop263.com) [blog](http://www.blogbus.com/blogbus/blog/diary.php?diaryid=576865) [blog](http://asp.7i24.com/qh505/blog2/more.asp?name=bodazhang&id=53) [blog](http://www.yourblog.org/Data/20051/207360.html) [blog](http://seo263.blogchina.com/) [blog](http://basics.sjtu.edu.cn/blog/index.php?op=ViewArticle&blogId=16&articleId=39) [blog](http://bbs.dprktime.com/blog.asp?name=bodazhang) [blog](http://blog.china-pub.com/more.asp?name=bodazhang&id=7016) [blog](http://blog.aspcool.com/bodazhang/archive/2005/01/16/1710.html) [blog](http://blog.haiguinet.com/more.asp?name=bodazhang&id=117) [blog](http://blog.itpub.net/bodazhang) [blog](http://blog.netandtv.com/blog/blog.asp?name=bodazhang) [blog](http://blog.qlsh.net/more.asp?name=boda&id=1110) [blog](http://blog.soufun.com/blog/bodazhang/) [blog](http://www.ucblog.com/more.asp?name=boda1&id=7516) [blog](http://www.blogmanage.com/blog.asp?name=bodazhang) [blog](http://hk.netsh.com/eden/blog/ctl_eden_blog.php?iBlogID=1098686) [blog](http://riji.163.com/weblog/comment/1boda/null/375063) [blog](http://wen.ccp.org.cn/modules.php?name=Journal&file=display&jid=23) [blog](http://www.52blog.net/more.asp?name=bodazhang&id=104769) [blog](http://www.70blog.com/blog.asp?name=bodazhang) [blog](http://www.eedu.org.cn/blog/more.asp?name=bodazhang&id=919) [blog](http://www.blog.sh/more.asp?name=bodazhang&id=4312) [blog](http://www.blog8748.com/blog/more.asp?name=bodazhang&id=2356) [blog](http://www.blogerhome.com/more.asp?name=bodazhang&id=5317) [blog](http://www.visa.org.cn/blog/more.asp?id=351) [blog](http://blog.lawoy.com/bodazhang) [blog](http://www.donews.net/boda/archive/2005/01/16/242661.aspx) [blog](http://blog.xinanhui.com/more.asp?name=bodazhang&id=2018) [blog](http://www.ins.com.cn/blog/blog.asp?name=bodazhang) [blog](http://www.kmcenter.org/blog/more.asp?name=bodazhang&id=794) [blog](http://218.78.246.60/yuwenonline/blog/more.asp?name=bodazhang&id=189) [blog](http://www.oioj.net/blog/more.asp?name=bodazhang&id=26755) [blog](http://blog.ourmm.com/more.asp?name=boda&id=1469) [blog](http://www.tanqiu.com/blog/blog.asp?lid=4328) [blog](http://www.upda.cn/modules/weblog/details.php?blog_id=286) [blog](http://www.vi21.net/blog/more.asp?name=bodazhang&id=413) [blog](http://www.wuyouschool.com.cn/blog/more.asp?name=bodazhang&id=245) [blog](http://blog.116.com.cn/index.php?blogId=9797) [blog](http://www.cndazhou.net/oblog/more.asp?name=bodazhang&id=206) [blog](http://www.wenxue.com/T3/?q=node/4140) [blog](http://dili.wjstar.net/blog/more.asp?name=bodazhang&id=1544) [blog](http://herald.seu.edu.cn/blog/bodazhang) [blog](http://www.blogcn.com/user26/bodazhang/index.html) [blog](http://bodajishu.bloglong.com/BlogCollection/MyBlog.aspx) [blog](http://www.zjut.com/blog/blog.asp?name=boda1) [blog](http://boda1.yculblog.com/) [blog](http://blog.wangyou.com/blog.php?uid=4637&act=read&articleid=7098) [blog](http://www.qianqianjie.com/blog/more.asp?name=boda456&id=458) [blog](http://www.ublog.cn/index.asp?vt=byday&l_year=2005&l_month=1&l_day=15&cat_id=729&uid=722) [blog](http://61.133.84.157/blog/show.php?user_id=boda456) [blog](http://boda1.blogcup.com/read_boda1_24377.html)