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

Compare with Current View Page History

« Previous Version 2 Next »

Little Blue Penguin
bla bla.

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

<style>
.pagetree2 a

Unknown macro: {font-size}

.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

Scenario

bla bla

Designs

We present three designs:

  1. a
  2. b
  3. c

“x” Design

<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">
html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list.

Storyboard

Unable to render embedded object: File (claudiaout-0.png) not found.

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




  • No labels