Subversion Repositories ALCASAR

Rev

Rev 113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 113 Rev 131
Line 213... Line 213...
213
			$desc = stripslashes($desc);
213
			$desc = stripslashes($desc);
214
			if ($i == 1)
214
			if ($i == 1)
215
				echo "$desc\n";
215
				echo "$desc\n";
216
			else
216
			else
217
				echo "$desc ($i)\n";
217
				echo "$desc ($i)\n";
218
			print <<<EOM
218
			echo "</td>";
219
</td>
-
 
220
EOM;
-
 
221
			if ($show_ops){
219
			if ($show_ops){
222
				switch ($key)
220
				switch ($key)
223
					{
221
					{
224
					case 'Simultaneous-Use' : 
222
					case 'Simultaneous-Use' : 
225
						echo "<td><select name=$oper_name><option $selected[$op_eq] value=\":=\">:=</td><td><input type=text name=\"$name1\" value=\"$val\" size=40></td>";
223
						echo "<td><select name=$oper_name><option $selected[$op_eq] value=\":=\">:=</td><td><input type=text name=\"$name1\" value=\"$val\" size=40></td>";
Line 287... Line 285...
287
			print <<<EOM
285
			print <<<EOM
288
</tr>
286
</tr>
289
EOM;
287
EOM;
290
		}
288
		}
291
	}
289
	}
292
?>
-
 
293
<!--
-
 
294
<tr>
-
 
295
<td align=right colspan=<?php print $colspan ?> bgcolor="#d0ddb0">
-
 
296
Ajouter un attribut
-
 
297
</td>
-
 
298
<td>
-
 
299
<select name="add_attr" OnChange="this.form.add.value=1;this.form.submit()">
-
 
300
<?php
-
 
301
foreach ($show_attrs as $key => $desc){
-
 
302
	$name = $attrmap["$key"];
-
 
303
	print <<<EOM
-
 
304
<option value="$name">$desc
-
 
305
EOM;
-
 
306
}
-
 
307
?>
-
 
308
</select>
-
 
309
</td>
-
 
310
</tr>
-
 
311
-->
-
 
312
<?php
-
 
313
if ($user_type != 'group'){
290
if ($user_type != 'group'){
314
	echo <<<EOM
291
	echo <<<EOM
315
<tr>
292
<tr>
316
<td align=right colspan=$colspan bgcolor="#d0ddb0">
293
<td align=right colspan=$colspan bgcolor="#d0ddb0">
317
Membre de $extra_text
294
Membre de $extra_text