You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
795 B
34 lines
795 B
4 weeks ago
|
<?php /* Smarty version 2.6.26, created on 2025-05-23 09:36:20
|
||
|
compiled from weibo/show_detail.html */ ?>
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="referrer" content="no-referrer">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>详情</title>
|
||
|
<?php echo '
|
||
|
<style>
|
||
|
html, body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
iframe {
|
||
|
border: none;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
</style>
|
||
|
'; ?>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<iframe src="https://m.weibo.cn/detail/<?php echo $this->_tpl_vars['wid']; ?>
|
||
|
" frameborder="0"></iframe>
|
||
|
</body>
|
||
|
|
||
|
</html>
|