25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

3 ay önce
123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <views>
  3. <!--
  4. view :本软件需要的显示页面;
  5. id :每个page的id所以不能重复; id起始以数字开始,表示model值相同情况下页面显示的顺序
  6. channel : 0.表示没有通道, 1.qt与js建立通道 (不填默认0)
  7. type : 0.显示时的页面,1.分割线
  8. model : 0.不加载 1.渡口静态页面数据 2.动态页面数据 3.渡口监管页面数据 4.配置页面数据 5.登录页面
  9. -->
  10. <!--渡口动态 -->
  11. <group id="voyagemanage" name="Voyage Manage">
  12. <view id="1-currenvoyage" model="2" url="http://192.168.191.105:9910/pages/ferry/voyage/voyageList.html" channel="1" authoritykey="yunen:voyage:voyagelist">Current Voyage</view>
  13. <view id="2-histvoyage" model="2" url="http://192.168.191.105:9910/pages/ferry/voyagehistory/voyagehistoryList.html" channel="1" authoritykey="yunen:voyagehistory:voyagehistorylist">History Voyage</view>
  14. </group>
  15. <group id="voyagestatistics" name="Voyage Statistics">
  16. <view id="3-currentvoyageStatistics" model="2" url="http://192.168.191.105:9910/pages/ferry/voyage/voyageCurrentStatistics.html" authoritykey="yunen:voyage:voyagecurrentstatistics">Current Voyage Statistics</view>
  17. <view id="4-histvoyagestatistics" model="2" url="http://192.168.191.105:9910/pages/ferry/voyage/voyageStatistics.html" authoritykey="yunen:voyage:voyagestatistics">History Voyage Statistics</view>
  18. <view id="5-persondistributionstatistics" model="2" url="http://192.168.191.105:9910/pages/ferry/voyage/voyageLoadStatistics.html" authoritykey="yunen:voyage:voyageloadstatistics">Person Distribution Statistics</view>
  19. <view id="6-timevoyagestatics" model="2" url="http://192.168.191.105:9910/pages/ferry/statistics/voyage/interval.html" authoritykey="yunen:statistics:voyage:interval">Time Voyage Statistics</view>
  20. </group>
  21. </views>