=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm 2012-08-02 06:46:14 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm 2012-08-13 05:15:26 +0000 @@ -1,7 +1,4 @@
-
- -
- #foreach( $programStageInstance in $programInstance.programStageInstances ) - - - #end + + #if( $mark ) #set( $mark = false ) === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-12 06:10:50 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-13 05:15:26 +0000 @@ -178,6 +178,17 @@ border-radius: 2px; } +input.move-button +{ + width: 20px; + height: 60px; + white-space: normal; + border-color: #bbbbbb; + cursor: pointer; + border: 1px solid #aaa; + margin: 0px; +} + input.optionset[type="text"] { width:222px; @@ -211,16 +222,9 @@ height: 32px; } -table.stage-object -{ - white-space: normal; - border: 2px solid; - opacity: 1.0; - border: 1px solid; - margin: 5px; - border-radius: 2px; - text-align:center; -} +/* -------------------------------------------------------------- +// Dashboard +// -------------------------------------------------------------- */ div.link-area { @@ -310,3 +314,50 @@ text-decoration: none; background-color: #f8f8f8; } + +/* -------------------------------------------------------------- +// program-stage-instances +// -------------------------------------------------------------- */ + +.stage-container +{ + width:850px; + height:125px; +} + +.stage-flow +{ + width:750px; + height:125px; + overflow-x:hidden; + overflow-y:hidden; +} + +table.stage-object +{ + white-space: normal; + border: 2px solid; + opacity: 1.0; + border: 1px solid; + margin: 5px; + border-radius: 2px; + text-align:center; +} + +.arrow-right { + width: 0; + height: 0; + border-top: 30px solid transparent; + border-bottom: 30px solid transparent; + border-left: 30px solid #d0d0d0; + cursor:pointer; +} + +.arrow-left { + width: 0; + height: 0; + border-top: 30px solid transparent; + border-bottom: 30px solid transparent; + border-right:30px solid #d0d0d0; + cursor:pointer; +}
@@ -43,12 +40,7 @@
- - - - - - + #set( $programStageInstances = $programInstance.programStageInstances ) + #parse( "/dhis-web-caseentry/programStageInstanceFlow.vm" ) +