Skip to content

Commit 89719de

Browse files
committed
Reverted accidental change to model
1 parent 2bcadd0 commit 89719de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

HubNet Activities/Unverified/Polling Advanced HubNet.nlogox

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -955,9 +955,9 @@ to save-questions-page [web-page]
955955
file-print "<body>"
956956
file-print "<center>"
957957
file-print "<P><FORM ACTION=\".FormSaver\" METHOD=POST>"
958-
file-print "<P><input oldSize="true" TYPE=hidden NAME=command VALUE=save></P>"
958+
file-print "<P><input TYPE=hidden NAME=command VALUE=save></P>"
959959
file-print "<P><B>User name (identical to NetLogo username)</B>"
960-
file-print "<p><input oldSize="true" TYPE=text NAME=Field1 VALUE=\"\">" ;this will later be read as item 4 in the list, when responses are read in from the web
960+
file-print "<p><input TYPE=text NAME=Field1 VALUE=\"\">" ;this will later be read as item 4 in the list, when responses are read in from the web
961961
let counter-q 0
962962
let counter-f 2
963963
repeat length question-list
@@ -971,20 +971,20 @@ to save-questions-page [web-page]
971971
[ let counter-l 0
972972
file-print "<p>"
973973
repeat item 2 item counter-q question-list
974-
[ file-print (word "<input oldSize="true" TYPE=radio NAME=Field" counter-f " VALUE=\"" counter-l "\">" counter-l)
974+
[ file-print (word "<input TYPE=radio NAME=Field" counter-f " VALUE=\"" counter-l "\">" counter-l)
975975
set counter-l counter-l + 1
976976
]
977977
set counter-f counter-f + 1
978978
]
979979
if item 1 item counter-q question-list = "Web Number"
980-
[ file-print (word "<P><input oldSize="true" type=TEXT NAME=Field" counter-f " VALUE=\"\">")
980+
[ file-print (word "<P><input type=TEXT NAME=Field" counter-f " VALUE=\"\">")
981981
set counter-f counter-f + 1
982982
]
983983
file-print "<p>"
984984
set counter-q counter-q + 1
985985
]
986986
987-
file-print (word "<input oldSize="true" TYPE=submit NAME=Field" counter-f " VALUE=\"Submit\">&lt;---------&gt;<input oldSize="true" TYPE=reset VALUE=\"Reset\">")
987+
file-print (word "<input TYPE=submit NAME=Field" counter-f " VALUE=\"Submit\">&lt;---------&gt;<input TYPE=reset VALUE=\"Reset\">")
988988
file-print "</center>"
989989
file-print "</body>"
990990
file-print "</html>"

0 commit comments

Comments
 (0)