增加一些提示
This commit is contained in:
parent
a7655a7f5e
commit
7866da0a8d
|
|
@ -28,7 +28,7 @@
|
|||
<div class="ui container" style="width:100%;height:10px"></div>
|
||||
<div class="foot" style="margin-bottom:10px;">
|
||||
<div class="ui segment container">
|
||||
Copyleft ©All Rights Reserved LCQ(假装网站有个页脚) | 关于网站 | 联系我(QQ:530485521) | 我爱佳佳和这个世界 | V1.0.0
|
||||
Copyleft ©All Rights Reserved LCQ(假装网站有个页脚) | 关于网站 | 联系我(QQ:530485521) | 我爱佳佳和这个世界 | V1.0.0 | 加载失败,请按F5,你懂的!
|
||||
</div>
|
||||
</div>
|
||||
<!-- directive:书签编辑 -->
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<div class="ui grid">
|
||||
<div class="row">
|
||||
<div class="wrap" style="width:88px;color:#0aa770;text-align:left;margin-left:20px;">
|
||||
<span title="{{ tag.name }}" ng-click="jumpToTags(tag.id)" style="cursor:pointer;">{{ tag.name }}</span>
|
||||
<span title="{{ tag.name }} - 点击查看该分类所有书签" ng-click="jumpToTags(tag.id)" style="cursor:pointer;">{{ tag.name }}</span>
|
||||
</div>
|
||||
<div class="fourteen wide column" ng-if="tag.bookmarks.length">
|
||||
<div class="ui grid container">
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="tagIndex === 0" style="width:22px;height:22px;" class="js-bookmark-edit" ng-click="toggleMode()" title="{{edit ? '退出编辑模式' : '点我进入编辑模式'}}"><img class="ui ui middle aligned tiny image" ng-src="./images/{{ edit ? 'back' : 'edit'}}.png"></div>
|
||||
<div ng-if="tagIndex === 0" style="width:22px;height:22px;" class="js-bookmark-edit" ng-click="toggleMode()" data-tooltip="{{edit ? '退出编辑模式' : '点击进入编辑模式'}}"><img class="ui ui middle aligned tiny image" ng-src="./images/{{ edit ? 'back' : 'edit'}}.png"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui divider"></div>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width:22px;height:22px;" class="js-hot-random" ng-click="randomHotBookmarks()" title="随机查看热门收藏,如需回到最新热门收藏,请点击菜单按钮热门收藏" ng-show="!loadBusy">
|
||||
<div style="width:22px;height:22px;" class="js-hot-random" ng-click="randomHotBookmarks()" data-tooltip="随机查看热门收藏,如需回到最新热门收藏,请点击菜单栏热门收藏" ng-show="!loadBusy">
|
||||
<img class="ui ui middle aligned tiny image" ng-src="./images/random.png">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -51,13 +51,11 @@
|
|||
</div>
|
||||
</label>
|
||||
<input class="prompt search-item" type="text" ng-model="searchWord" placeholder="" ng-keypress="($event.which === 13)?search(searchWord):0" data-position="bottom left" data-variation="large" id="lcq">
|
||||
<div class="ui fluid popup top left transition hidden js-history-popup" style="padding-left: 0px; padding-right: 0px;" ng-if="searchHistory.length>0">
|
||||
<div class="ui fluid popup top left transition hidden" style="padding-left: 0px; padding-right: 0px;">
|
||||
<div class="ui selection list">
|
||||
<div class="item" ng-repeat="item in searchHistory" ng-click="searchByHistory(item.t, item.d)" style="height:30px;">
|
||||
<div class="right floated content">
|
||||
<span style="margin-right:10px;">{{ item.t | searchType }}
|
||||
<!-- <i class="remove icon" ng-click="delHistory(item.t, item.d);$event.stopPropagation()" style="cursor:default;"></i> -->
|
||||
</span>
|
||||
<span style="margin-right:10px;">{{ item.t | searchType }}</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<span style="margin-left:10px;">{{ item.d}}</span>
|
||||
|
|
@ -69,10 +67,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="item" title="添加书签" ng-click="showAddBookmarkMoadl()">
|
||||
<span data-tooltip="添加书签">
|
||||
<i class="add square icon"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="item">
|
||||
<span data-tooltip="退出登陆">
|
||||
<i class="sign out icon" title="退出登陆" ng-click="logout()"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width:22px;height:22px;" class="js-edit" ng-click="toggleMode()" title="{{editMode ? '退出编辑模式' : '点我进入编辑模式'}}">
|
||||
<div style="width:22px;height:22px;" class="js-edit" ng-click="toggleMode()" data-tooltip="{{editMode ? '退出编辑模式' : '点击进入分类编辑模式'}}">
|
||||
<img class="ui ui middle aligned tiny image" ng-src="./images/{{ editMode ? 'back' : 'edit'}}.png" ng-show="!loadTags">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue