@@ -763,14 +763,11 @@ url = {http://statnetproject.org}
763763
764764 fluidRow(
765765 column(2 ,
766- tabsetPanel(
767- tabPanel(" Network" ,
768- verbatimTextOutput(' currentdataset1' )))
766+ p(' Network:' , class = " nwlabel" ),
767+ verbatimTextOutput(' currentdataset1' )
769768 ),
770769
771770 column(5 ,
772- tabsetPanel(
773- tabPanel(" ergm Formula" ,
774771 p(" Type in term(s) and their arguments. For multiple terms, separate with '+'. " ),
775772 fluidRow(
776773 fluidRow(
@@ -795,7 +792,7 @@ url = {http://statnetproject.org}
795792 actionButton(' termdocButton' , label = NULL , icon = icon(' book' )))
796793 )
797794 )
798- ))) ,
795+ ),
799796 column(5 ,
800797 tabsetPanel(
801798 tabPanel(" Term Documentation" ,
@@ -909,16 +906,12 @@ actionLink('fitright', icon=icon('arrow-right', class='fa-2x'), label=NULL)
909906
910907 fluidRow(
911908 column(2 ,
912- tabsetPanel(
913- tabPanel(" Network" ,
914- verbatimTextOutput(' currentdataset_mcmc' )
915- ))),
909+ p(' Network:' , class = " nwlabel" ),
910+ verbatimTextOutput(' currentdataset_mcmc' )),
916911 column(10 ,
917- tabsetPanel(
918- tabPanel(" ergm Formula" ,
919- verbatimTextOutput(' checkterms_mcmc' ),
920- uiOutput(' uichoosemodel_mcmc' )
921- )))
912+ p(' ergm formula:' ,style = " display:inline;" ),
913+ uiOutput(' uichoosemodel_mcmc' ),
914+ verbatimTextOutput(' checkterms_mcmc' ))
922915 ),
923916 br(),
924917 tags $ hr(),
0 commit comments