UNPKG

mobileoa-common-modules

Version:

移动办公平台前端公共功能模块

35 lines (29 loc) 1.14 kB
<!-- 账户保护页面 --> <ion-view cache-view="false"> <ion-nav-title> <h1 class="title">{{title}}</h1> </ion-nav-title> <ion-nav-buttons side="left"> <button class="button icon-left ion-ios-arrow-back button-clear sino-back-button" sino-nav-direction="back" sino-go-back-button>返回</button> </ion-nav-buttons> <ion-content> <div class="account-protect"> <div class="account-top"> <img class="account-picture" src="images/accountProtect/accountProtect.png"> <span class="account-font">随时掌握账户动态</span> </div> <div class="account-bottom"> <a ui-sref="setting-showLoginHistory" class="button icon-right addheight ion-chevron-right arrow"> <span class="show">登录记录</span> <span class="show show-second" ng-init="time='2015-01-13 10:27 49'">最近登录:{{time}}</span> </a> <a class="button icon-right ion-chevron-right arrow"> <span class="show notice">登录通知</span> </a> <a class="button icon-right ion-chevron-right arrow device"> <span class="show">设备管理</span> </a> </div> </div> </ion-content> </ion-view>