2018-05-19 19:52:19 +02:00
< ? php
2018-07-25 17:31:54 +02:00
$appSettings = parse_ini_file ( 'config/config.ini' , true );
2018-05-19 19:52:19 +02:00
echo " <span id='who-to-follow-provider' style='display:none'> " . $appSettings [ " App " ][ " who_to_follow_provider " ] . " </span> " ;
?>
< div class = " side_widget follow_opt_in side_widgets_footer " >
2018-07-31 18:51:17 +02:00
< h2 >< ? = _ ( 'Who to follow' ) ?> </h2>
< ? = _ ( 'Halcyon needs to connect to an external server to get a list of users which have similar interests as you. If you want to use this feature, please opt-in.' ) ?>
2018-05-19 19:52:19 +02:00
< center >< br />
< button class = " halcyon_button " id = " enable_follow " >
2018-07-31 18:51:17 +02:00
< span >< ? = _ ( 'Enable who to follow' ) ?> </span>
2018-05-19 19:52:19 +02:00
</ button >
</ center >
</ div >
< div class = " side_widget follow_loading " style = " display:none;color:#AAB8C2 " >
2018-07-31 18:51:17 +02:00
< h2 >< ? = _ ( 'Who to follow' ) ?> </h2>
2018-05-19 19:52:19 +02:00
< div style = " height:100px " ></ div >
< center >
< span class = " fa-stack fa-2x " >
< i class = " fa fa-circle-o-notch fa-spin " id = " follow_icon " ></ i >
</ span >
</ center >
< div style = " height:100px " ></ div >
</ div >
2018-06-23 16:58:06 +02:00
< div class = " side_widget with_button what_to_follow " style = " display:none " >
< div class = " form_title " >
2018-07-31 18:51:17 +02:00
< h2 >< ? = _ ( 'Who to follow' ) ?> </h2>
< a href = " /whotofollow " class = " headerbtn " >< ? = _ ( 'MORE' ) ?> </a>
2018-06-23 16:58:06 +02:00
</ div >
2018-03-11 12:07:57 +01:00
< ul class = " account_list " >
< li class = " account_box what_to_follow_0 " >
< div class = " icon_box " >
< img src = " " >
</ div >
< div class = " label_box " >
< a href = " " >
< h3 >
2018-07-01 17:07:18 +02:00
< span class = " dn " ></ span >
2018-03-11 12:07:57 +01:00
< span class = " un " ></ span >
</ h3 >
</ a >
< button class = " follow_button " mid = " " data = " " >
< i class = " fa fa-fw fa-user-plus " ></ i >
2018-07-31 18:51:17 +02:00
< span >< ? = _ ( 'Follow' ) ?> </span>
2018-03-11 12:07:57 +01:00
</ button >
</ div >
</ li >
< li class = " account_box what_to_follow_1 " >
< div class = " icon_box " >
< img src = " " >
</ div >
< div class = " label_box " >
< a href = " " >
< h3 >
2018-07-01 17:07:18 +02:00
< span class = " dn " ></ span >
2018-03-11 12:07:57 +01:00
< span class = " un " ></ span >
</ h3 >
</ a >
< button class = " follow_button " mid = " " data = " " >
< i class = " fa fa-fw fa-user-plus " ></ i >
2018-07-31 18:51:17 +02:00
< span >< ? = _ ( 'Follow' ) ?> </span>
2018-03-11 12:07:57 +01:00
</ button >
</ div >
</ li >
< li class = " account_box what_to_follow_2 " >
< div class = " icon_box " >
< img src = " " >
</ div >
< div class = " label_box " >
< a href = " " >
< h3 >
2018-07-01 17:07:18 +02:00
< span class = " dn " ></ span >
2018-03-11 12:07:57 +01:00
< span class = " un " ></ span >
</ h3 >
</ a >
< button class = " follow_button " mid = " " data = " " >
< i class = " fa fa-fw fa-user-plus " ></ i >
2018-07-31 18:51:17 +02:00
< span >< ? = _ ( 'Follow' ) ?> </span>
2018-03-11 12:07:57 +01:00
</ button >
</ div >
</ li >
</ ul >
2018-05-19 19:52:19 +02:00
</ div >