<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<views>
    <!--
    view    :本软件需要的显示页面;
    id      :每个page的id所以不能重复; id起始以数字开始,表示model值相同情况下页面显示的顺序
    channel : 0.表示没有通道, 1.qt与js建立通道 (不填默认0)
    type    : 0.显示时的页面,1.分割线
    model   : 0.不加载 1.渡口静态页面数据  2.动态页面数据 3.渡口监管页面数据 4.配置页面数据 5.登录页面
    -->
    <!--渡口动态 -->
    <group id="voyagemanage" name="Voyage Manage">
        <view id="1-currenvoyage"     model="2" url="http://20.8.0.180:9910/pages/ferry/voyage/voyageList.html" channel="1" authoritykey="yunen:voyage:voyagelist">Current Voyage</view>
        <view id="2-histvoyage"       model="2" url="http://20.8.0.180:9910/pages/ferry/voyagehistory/voyagehistoryList.html" channel="1" authoritykey="yunen:voyagehistory:voyagehistorylist">History Voyage</view>
    </group>
    <group id="voyagestatistics" name="Voyage Statistics">
        <view id="3-currentvoyageStatistics" model="2" url="http://20.8.0.180:9910/pages/ferry/voyage/voyageCurrentStatistics.html" authoritykey="yunen:voyage:voyagecurrentstatistics">Current Voyage Statistics</view>
        <view id="4-histvoyagestatistics" model="2" url="http://20.8.0.180:9910/pages/ferry/voyage/voyageStatistics.html" authoritykey="yunen:voyage:voyagestatistics">History Voyage Statistics</view>
        <view id="5-persondistributionstatistics" model="2" url="http://20.8.0.180:9910/pages/ferry/voyage/voyageLoadStatistics.html" authoritykey="yunen:voyage:voyageloadstatistics">Person Distribution Statistics</view>
        <view id="6-timevoyagestatics" model="2" url="http://20.8.0.180:9910/pages/ferry/statistics/voyage/interval.html" authoritykey="yunen:statistics:voyage:interval">Time Voyage Statistics</view>
    </group>
    <!--警示 -->
    <group id="alertmanage" name="alertmanage">
        <!--卡口警示 -->
        <!-- <view id="1-alertmanage" model="7" url="http://192.168.191.110:9940/pages/smartship/alarm/untreated/listAlarmEvent.html" authoritykey="yunen:alram:alarmeventlist">Alert Manage</view>
        <view id="2-alerthistory" model="7" url="http://192.168.191.110:9940/pages/smartship/alarm/disposed/listAlarmEvent.html" authoritykey="yunen:alram:history:alarmeventlist">Alert History</view>
        <view id="3-alarmcheckconfig" model="7" url="http://192.168.191.110:9940/pages/smartship/alarm/config/alarmCheckConfig.html" authoritykey="yunen:alram:alarmcheckconfig">Alarm Check Config</view>
        <view id="4-alarmsummaryevent" model="7" url="http://192.168.191.110:9940/pages/smartship/alarm/config/listAlarmSummaryEvent.html" authoritykey="yunen:alarm_summary_event:list">Alarm Summary Event</view> -->
        <!--渡口警示 -->
        <view id="1-alertmanage" model="7" url="http://20.8.0.180:9910/pages/ferry/alram/alarmEventList.html" authoritykey="yunen:alram:alarmeventlist">Alert Manage</view>
        <view id="2-alerthistory" model="7" url="http://20.8.0.180:9910/pages/ferry/alram/history/alarmEventList.html" authoritykey="yunen:alram:history:alarmeventlist">Alert History</view>
        <view id="3-alarmcheckconfig" model="7" url="http://20.8.0.180:9910/pages/ferry/alram/alarmCheckConfig.html" authoritykey="yunen:alram:alarmcheckconfig">Alarm Check Config</view>
    </group>
    <!-- 渡口管理 -->
    <group id="resourcemanage" name="Ferry Manage">
        <view id="a-shiproute"       model="6" url="http://20.8.0.180:9910/pages/ferry/lane/laneList.html" authoritykey="yunen:lane">Ship Route Manage</view>
        <view id="b-ferry"           model="6" url="http://20.8.0.180:9910/pages/ferry/ferrylocal/ferrylocalList.html" authoritykey="yunen:ferry">Ferry Manage</view>
        <view id="c-ship"            model="6" url="http://20.8.0.180:9910/pages/ferry/ship/shipList.html" authoritykey="yunen:ship">Ship Manage</view>
        <view id="d-shipower"        model="6" url="http://20.8.0.180:9910/pages/ferry/shipowner/shipownerList.html" authoritykey="yunen:shipowner">Shipowner Manage</view>
        <view id="e-boatman"         model="6" url="http://20.8.0.180:9910/pages/ferry/boatman/boatmanList.html" authoritykey="yunen:boatman">Boatman Manage</view>
        <view id="f-line"            model="6" type="1"/>
    </group>
    <!-- 流媒体管理 -->
    <group id="cameraconfig" name="Stream Media Manage">
        <view id="j-mediaserver"     model="6" url="http://20.8.0.180:9910/pages/camera/streamserver/streamServerList.html" authoritykey="yunen:camera_stream_server">Stream Media Server Manage</view>
        <view id="k-cameragroup"     model="6" url="http://20.8.0.180:9910/pages/camera/group/cameraGroupList.html" authoritykey="yunen:camera_group">Camera Group Manage</view>
        <view id="l-camera"          model="6" url="http://20.8.0.180:9910/pages/camera/camera/cameraList.html" authoritykey="yunen:camera">Camera Manage</view>
        <!--删除相机预置位-->
        <!--<view id="j-camerapreset"    model="6" url="http://20.8.0.180:9910/pages/camera/preset/cameraPreSetList.html">Camera Preset Manage</view>-->
        <view id="m-line"            model="6" type="1"/>
    </group>
    <!-- 用户管理 -->
    <group id="userconfig" name="User Permission Manage">
    	<view id="n-user-statistics"            model="6" url="http://20.8.0.180:9910/pages/user/userStatistics.html" authoritykey="sys:user:statistics">User Statistics</view>
        <view id="o-user"            model="6" url="http://20.8.0.180:9910/pages/user/userList.html" authoritykey="sys:user">User Manage</view>
        <view id="p-user-permission"            model="6" url="http://20.8.0.180:9910/pages/menu/menuList.html" authoritykey="sys:menu">Permission Manage</view>
        <view id="q-user-role"            model="6" url="http://20.8.0.180:9910/pages/role/roleList.html" authoritykey="sys:role">Role Manage</view>
        <view id="r-organization"    model="6" url="http://20.8.0.180:9910/pages/user/organization/organization.html" authoritykey="yunen:organization">Organization Manage</view>
        <view id="s-line"            model="6" type="1"/>
    </group>
    <!--航次详情-->
    <group id="voyagelane" name="voyagelane">
        <view id="0-laneDetail" model="3" url="http://20.8.0.180:9910/pages/ferry/position/checkpointMap.html">laneDetail</view>
    </group>
</views>