You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list.

<style>
.hidable

Unknown macro: {display}


</style>
<script>


html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list.

function showhide(section){
var ele=document.getElementById(section);
if(ele.style.display!="block") {
ele.style.display="block";
document.getElementById(section+"show").innerHTML = "Hide this design";
} else

Unknown macro: { ele.style.display="none"; document.getElementById(section+"show").innerHTML = "Show this design"; }}

</script>

GR2 - Designs

1. Scenario

text

2. Individual design sketches

This section presents the individual designs:

2.1 Claudia

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design1');" id="design1show">Show this design</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design1" class="hidable">

a

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

2.2 Alejandro

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design2');" id="design2show">Show this design</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design2" class="hidable">

a

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

2.3 Yixin

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design3');" id="design3show">Show this design</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design3" class="hidable">

a

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

2.4 Yihua

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design4');" id="design4show">Show this design</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design4" class="hidable">

a

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

  • No labels