templates/connector.html.twig line 1

Open in your IDE?
  1. {% extends 'layout.html.twig' %}
  2. {% block title %}{{ 'service.connector'|trans|raw }} - {{ 'connector.moto'|trans|raw }}{% endblock %}
  3. {% block page_contents %}
  4.     <div class="headerPanel2"></div>
  5.     <div class="serviceMenu">
  6.         <span class="serviceMenuTitle">{{ 'service.services3d'|trans }}</span>
  7.         <span class="serviceMenuItem"><a href="{{ path('root') }}newaccount?addService=7" class="serviceMenuLink">{{ 'connector.new_connector_create'|trans }}</a></span>
  8.         <span class="serviceMenuItem"><a href="#connectors" class="serviceMenuLink">{{ 'connector.connectors'|trans }}</a></span>
  9.         <span class="serviceMenuItem"><a href="#connector_custom" class="serviceMenuLink">{{ 'connector.connector_custom'|trans }}</a></span>
  10.     </div>
  11. <!-- X3D  -->
  12.       <div style="width: 100vw; 
  13.           height: 323px;
  14.           display:block;  
  15.           right:0; 
  16.           left:0; 
  17.         box-sizing: border-box;
  18.         position: absolute;
  19.         left: 0;
  20.         right: 0;  
  21.         background-color: Black;   
  22.         z-index: 5;   
  23.           " id="x3d"
  24.            class="x3d_container">
  25.         <div style="position: absolute; left: 0px; width: 50px; height: 319px; display:block; border-right: 1px solid #EA5B0C; background-color: #222; opacity: 0.5; text-align:center; font-family: helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #EA5B0C; padding-top:5px" id="x3d_menu">
  26.           <div>X3D</div>
  27.           <div>menu</div>
  28.           <div style="margin-top:7px" id="x3d_menu_viewpoint_home">
  29.             <button id="button_viewpoint_home" onclick="changeViewpoint('x3d_viewpoint_home')" style="font-family: helvetica, sans-serif; font-weight: normal; font-size: 10px; background-color: black; border: 1px solid #333; color: white;padding:2px;  background-image: url( '/images/x3dmenu_home.png' ); background-size: 31px 31px; height: 33px; width: 33px;" title="Home Viewpoint"></button>
  30.           </div>   
  31.           <div style="margin-top:7px" id="x3d_menu_viewpoint_menu">
  32.             <button id="button_viewpoint_menu" onclick="changeViewpoint('x3d_viewpoint_menu')" style="font-family: helvetica, sans-serif; font-weight: normal; font-size: 10px; background-color: black; border: 1px solid #333; color: white;padding:2px;  background-image: url( '/images/x3dmenu_menu.png' ); background-size: 31px 31px; height: 33px; width: 33px;" title="Menu Viewpoint"></button>
  33.           </div>                 
  34.           <div style="margin-top:7px" id="x3d_menu_fullscreen">
  35.             <button id="button_fullscreen" style="font-family: helvetica, sans-serif; font-weight: normal; font-size: 10px; background-color: black; border: 1px solid #333; color: white;padding:2px; background-image: url( '/images/x3dmenu_fullscreen.png' ); background-size: 31px 31px; height: 33px; width: 33px;" title="full screen"></button>
  36.           </div>
  37.           <div style="margin-top:7px" id="x3d_menu_defaultscreen">
  38.             <button id="button_defaultscreen" onclick="sceneResize('normal')" style="font-family: helvetica, sans-serif; font-weight: normal; font-size: 10px; background-color: black; border: 1px solid #333; color: white;padding:2px;  background-image: url( '/images/x3dmenu_defaultscreen.png' ); background-size: 31px 31px; height: 33px; width: 33px;" title="default screen"></button>
  39.           </div>
  40.           <div style="margin-top:7px" id="x3d_menu_viewpoint_1">
  41.             <button id="button_viewpoint_1" onclick="changeViewpoint('x3d_viewpoint_1')" style="font-family: helvetica, sans-serif; font-weight: normal; font-size: 10px; background-color: black; border: 1px solid #333; color: white;padding:2px;  background-image: url( '/images/x3dmenu_eye.png' ); background-size: 31px 31px; height: 33px; width: 33px;" title="Viewpoint 1"></button>
  42.           </div>
  43.           <div style="margin-top:7px" id="x3d_menu_viewpoint_2">
  44.             <button id="button_viewpoint_2" onclick="changeViewpoint('x3d_viewpoint_2')" style="font-family: helvetica, sans-serif; font-weight: normal; font-size: 10px; background-color: black; border: 1px solid #333; color: white;padding:2px;  background-image: url( '/images/x3dmenu_eye.png' ); background-size: 31px 31px; height: 33px; width: 33px;" title="Viewpoint 2"></button>
  45.           </div>
  46.           <div style="margin-top:7px" id="x3d_menu_viewpoint_3">
  47.             <button id="button_viewpoint_3" onclick="changeViewpoint('x3d_viewpoint_3')" style="font-family: helvetica, sans-serif; font-weight: normal; font-size: 10px; background-color: black; border: 1px solid #333; color: white;padding:2px;  background-image: url( '/images/x3dmenu_eye.png' ); background-size: 31px 31px; height: 33px; width: 33px;" title="Viewpoint 3"></button>
  48.           </div>
  49.         </div>
  50.       <x3d width='100%' height="323px" id="x3d_section" style="height: 323px; border-bottom: 2px solid #EA5B0C;background-color: #222;">
  51.       <scene id="x3d_scene"> 
  52.       
  53.       <NavigationInfo headlight="false" visibilityLimit="50.0" type='"EXAMINE", "ANY"' avatarSize="0.77, 1.95, 0.77"></NavigationInfo>
  54.     
  55.     <viewpoint orientation='0.5 1 0 -0' position='10 1 18'  id='x3d_viewpoint_1'></viewpoint>
  56.     <viewpoint orientation='0 1 0 -0.2' position='30 1 30'  id='x3d_viewpoint_2'></viewpoint>
  57.     <viewpoint orientation='0 1 0 0.2' position='20 1 38'  id='x3d_viewpoint_3'></viewpoint>
  58.         <viewpoint orientation='0 1 0 -0' position='10 1 22'  id='x3d_viewpoint_home'></viewpoint>
  59.         <viewpoint orientation='0 1 0 0.65' position='-1 1 8.5'  id='x3d_viewpoint_menu'></viewpoint>
  60.     
  61.         <Background frontUrl="../pm22.jpeg"></Background>
  62.     
  63. <Viewpoint DEF='HomeView'  jump='false' orientation='0.44022545 0.88045090 0.17609018 -1' position='-23 29 30' >
  64. </Viewpoint>
  65. <Viewpoint DEF='View1'  jump='false' orientation='0 1 0 -1.10000002' position='-40 1.50000000 0' >
  66. </Viewpoint>
  67. <Viewpoint DEF='View2'  jump='false' orientation='-0.70710677 0.70710677 0 0.50000000' position='5 14.50000000 15' >
  68. </Viewpoint>
  69. <PointLight location='0 0 3' >
  70. </PointLight>
  71.         <Transform DEF='revolver' translation='0 0 -3' rotation='1 1 0 0.81'>
  72.             <Transform translation='0 6.80999994 0' >
  73.           <Inline url='Septagon.x3d' >
  74.           </Inline>
  75.             </Transform>
  76.             <OrientationInterpolator DEF='revolverRotation'  key='0  0.50000000  1' keyValue='0 1 0 0  0 1 0 3.14000010  0 1 0 6.28000021' >
  77.             </OrientationInterpolator>
  78.             <TimeSensor DEF='revolverTimeSensor'  cycleInterval='33' loop='true' >
  79.             </TimeSensor>
  80.         </Transform>
  81.     </scene>
  82.   </x3d>
  83.   
  84. </div>
  85. <div class="verticalGap"></div>
  86. <div class="presentationContent">
  87.     <div class="homePanel">
  88.         <a name="connectors"></a>
  89.         <h1>{{ 'connector.connectors'|trans }}</h1>
  90.         <div class="infoPanel">
  91.                 <p class="presentationContentMain">{{ 'connector.connectors_text'|trans }}</p>
  92.         </div>        
  93.     </div>
  94.     <div class="homePanel">
  95.     <!-- module list template -->
  96.         {{ include('moduleList.html.twig') }}
  97.     </div>
  98. <div class="homePanel">
  99. <a name="connector_custom"></a>
  100. <h1>{{ 'connector.connector_custom'|trans }}</h1>
  101. <p class="presentationContentMain">{{ 'connector.connector_custom_text'|trans }}</p>
  102. <br>
  103. <a href="{{ path('root') }}request?addService=7" class="butt_big">{{ 'system.request'|trans }}</a>
  104. <br>
  105. </div>
  106. <div class="homeMenuPanel">
  107.     <div class="megaBox">
  108.     <a href="{{ path('root') }}newaccount?addService=7" class="butt_big">{{ 'connector.new_connector_create'|trans }}</a>
  109.     </div>
  110. </div>
  111. </div>
  112. {% endblock %}