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

Compare with Current View Page History

« Previous Version 11 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>

3. Designs and storyboards

3.1 Design 1

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

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

a

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

3.2 Design 2

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

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

a

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

3.3 Design 3

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

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

a

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

  • No labels